home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_bou.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-05-10  |  290 b   |  14 lines

  1. _root.b1 = _root.getBytesLoaded();
  2. _root.b2 = _root.getBytesTotal();
  3. _root.tgPrel = 1 + Math.round(b1 * 100 / b2);
  4. _root.tg = _root.tgPrel - 2;
  5. if(_root.tg <= 9)
  6. {
  7.    _root.procent = "0" + _root.tg;
  8. }
  9. else
  10. {
  11.    _root.procent = _root.tg;
  12. }
  13. _root.prel.gotoAndStop(_root.tgPrel);
  14.